testing.chattyPrinter.w (field)

6 uses

	testing (current package)
		testing.go#L573: 	w          io.Writer
		testing.go#L580: 	return &chattyPrinter{w: w, json: chatty.json}
		testing.go#L606: 	fmt.Fprintf(p.w, p.prefix()+format, args...)
		testing.go#L618: 		fmt.Fprintf(p.w, "%s=== NAME  %s\n", p.prefix(), testName)
		testing.go#L622: 	fmt.Fprintf(p.w, format, args...)
		testing.go#L824: 	if c.chatty != nil && (p.w == c.chatty.w || c.chatty.json) {